object FrmInput: TFrmInput Left = 322 Top = 201 BorderIcons = [] BorderStyle = bsSingle Caption = 'Script running requires input...' ClientHeight = 264 ClientWidth = 350 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object BtnOK: TButton Left = 218 Top = 100 Width = 113 Height = 33 Caption = 'Proceed...' Default = True ModalResult = 1 TabOrder = 1 end object MemoNote: TMemo Left = 8 Top = 158 Width = 345 Height = 71 TabStop = False BorderStyle = bsNone Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 15 Font.Name = 'Arial' Font.Style = [] Lines.Strings = ( 'Why am I seeing this box? - You are being asked for ' 'information by a script currently running within Poco. This ' 'question is NOT coming directly from Poco. Don'#39't give out ' 'sensitive information to untrusted source.') ParentFont = False ReadOnly = True TabOrder = 4 end object BtnCancel: TButton Left = 218 Top = 226 Width = 113 Height = 29 Cancel = True Caption = 'Cancel Script' ModalResult = 2 TabOrder = 2 end object MemoDesc: TMemo Left = 8 Top = 14 Width = 333 Height = 52 TabStop = False BorderStyle = bsNone Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 3 end object cbData: TElAdvancedComboBox Left = 12 Top = 70 Width = 320 Height = 24 AutoCompletion = False Flat = False HandleDialogKeys = False HorizontalScroll = False ItemIndex = -1 ItemHeight = 16 TabOrder = 0 end end